File: n_httpclient.sru
Size: 316
Date: Sun, 16 Mar 2025 05:42:20 +0100
//objectcomments Extension HTTPClient class
forward
global type n_httpclient from pfc_n_httpclient
end type
end forward

global type n_httpclient from pfc_n_httpclient
end type
global n_httpclient n_httpclient

on n_httpclient.create
call super::create
end on

on n_httpclient.destroy
call super::destroy
end on